runtime.g.guintptr (method)

6 uses

	runtime (current package)
		mgcmark.go#L324: 	q := gQueue{list.head, tail.guintptr(), list.size}
		proc.go#L4054: 	q := gQueue{glist.head, tail.guintptr(), glist.size}
		proc.go#L7133: 	q := gQueue{batch[0].guintptr(), batch[n].guintptr(), int32(n + 1)}
		runtime2.go#L250: func (gp *g) guintptr() guintptr {
		traceback.go#L217: 		g:            gp.guintptr(),